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 4cdbcb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,14 @@ commands:
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)
name: Build (push = << parameters.push >>)
environment:
DOCKER_PUSH: << parameters.push >>
command: make build_docker_image
Expand Down

0 comments on commit 4cdbcb9

Please sign in to comment.