Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
GHOST-605: Map Bitbucket pipeline to public git repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shr3ps committed Jun 6, 2018
1 parent b9256af commit 8eaa91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipelines:
default:
- step:
script:
- PACKAGE_PATH="${GOPATH}/src/cloud-deploy.io/${BITBUCKET_REPO_SLUG}"
- PACKAGE_PATH="${GOPATH}/src/cloud-deploy.io/terraform-provider-cloud-deploy"
- mkdir -pv "${PACKAGE_PATH}"
- tar -cO --exclude-vcs --exclude=bitbucket-pipelines.yml . | tar -xv -C "${PACKAGE_PATH}"
- cd "${PACKAGE_PATH}"
Expand Down

0 comments on commit 8eaa91e

Please sign in to comment.