Skip to content

Commit

Permalink
chore(circleci): add attach-at
Browse files Browse the repository at this point in the history
  • Loading branch information
clementlecorre committed Mar 23, 2022
1 parent ee80f72 commit 9a3bbf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ docker-config: &docker-config
extra_build_args: --build-arg REVISION="$(git rev-parse --short HEAD)" --build-arg CREATED="$(date -u +"%Y-%m-%dT%H:%M:%SZ")" --build-arg VERSION="$CIRCLE_TAG" --build-arg TITLE="${CIRCLE_PROJECT_REPONAME}" --build-arg SOURCE="${CIRCLE_REPOSITORY_URL}" --build-arg AUTHORS="${CIRCLE_USERNAME}"
image: habx/${CIRCLE_PROJECT_REPONAME}
tag: $CIRCLE_TAG
attach-at: ~/project

workflows:
tests:
Expand Down

0 comments on commit 9a3bbf1

Please sign in to comment.