We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b159b94 + faf6479 commit 50d1664Copy full SHA for 50d1664
.circleci/config.yml
@@ -33,6 +33,8 @@ builddeploy_steps: &builddeploy_steps
33
command: |
34
./awsconfiguration.sh $DEPLOY_ENV
35
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-buildvar
36
+ echo awsenvconf >.dockerignore
37
+ echo buildenvvar >>.dockerignore
38
- run:
39
name: "building image"
40
0 commit comments