We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36e09b commit faf6479Copy full SHA for faf6479
.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