Skip to content

Commit

Permalink
Merge pull request #147 from crungehottman/fix-git-clone
Browse files Browse the repository at this point in the history
Fix git clone command [RHELDST-4703]
  • Loading branch information
crungehottman committed Mar 16, 2021
2 parents 4d49211 + 0fca5a1 commit feeeb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-package
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

pip install --require-hashes -r requirements.txt --target ./package
pip install --no-deps --target ./package .
git clone git+https://${GITHUB_TOKEN}@github.com/release-engineering/cdn-definitions-private.git
git clone https://${GITHUB_TOKEN}@github.com/release-engineering/cdn-definitions-private.git
mv ./cdn-definitions-private/data.yaml ./package/cdn_definitions/data.yaml
cp ./configuration/exodus-lambda-deploy.yaml ./package
envsubst < ./configuration/lambda_config.json > ./package/lambda_config.json
Expand Down

0 comments on commit feeeb88

Please sign in to comment.