Created
January 30, 2019 07:21
-
-
Save sideshowbandana/3a900a2f57d9fc51c27a59563627e656 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| build: | |
| <<: *deploy_image | |
| environment: | |
| - IMAGE: "MY_IMAGE_NAME" | |
| steps: | |
| - setup_remote_docker | |
| - checkout | |
| - run: | |
| name: Build | |
| command: | | |
| echo 'export DOCKER_BUILD_ARGS="--build-arg GITHUB_TOKEN=$GITHUB_TOKEN"' >> $BASH_ENV | |
| source $BASH_ENV | |
| make build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment