Browse Source

fix: docker build comment

main
Anatole-DC 5 years ago
parent
commit
605bba95ec
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -53,7 +53,7 @@ jobs:
yarn add -D netlify-cli
- run:
name: Deploy app
command: yarn netlify deploy --sites $NETLIFY_AUTH_TOKEN
command: yarn netlify deploy --auth $NETLIFY_AUTH_TOKEN
back-test-unit:
<<: *shared-config
steps:
@ -91,8 +91,8 @@ jobs:
- setup_remote_docker
- run:
name: Build application Docker image
command: |
docker build --cache-from=app -t app .
command: # |
# docker build --cache-from=app -t app .
echo true
- deploy:
name: Publish application to docker hub

Loading…
Cancel
Save