Skip to content

Commit

Permalink
TMP: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed May 23, 2024
1 parent 29a0d8c commit e28929c
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,11 @@ references:
commands:
make_release:
description: "Builds and pushes a Docker image"
environment:
DOCKER_VERSION: << parameters.image_tag >>
DOCKER_COMMIT: $CIRCLE_SHA1
VERSION_BUILD_URL: $CIRCLE_BUILD_URL
DOCKER_PUSH: << parameters.push >>
parameters:
push:
type: boolean
Expand All @@ -367,21 +372,17 @@ commands:
docker login -u "${DOCKERHUB_USER}" -p "${DOCKERHUB_PASS}"
- run:
name: Setup
environment:
DOCKER_VERSION: << parameters.image_tag >>
DOCKER_COMMIT: $CIRCLE_SHA1
VERSION_BUILD_URL: $CIRCLE_BUILD_URL
command: |
# We must defined a .env file for the docker-compose config
make -f Makefile-os setup
cat .env
printenv
- run:
name: Config
command: |
make docker_compose_config
- run:
name: Build (and or push)
environment:
DOCKER_PUSH: << parameters.push >>
name: Build (push = << parameters.push >>)
command: make build_docker_image
- run:
name: Print Digest
Expand Down

0 comments on commit e28929c

Please sign in to comment.