Skip to content

Commit

Permalink
Fixed echo
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-constine-ttd committed Sep 3, 2024
1 parent 12da6de commit b2a7a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-uid2-dev-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
ARTIFACTS_OUTPUT_DIR="./scripts/aws/uid2-dev-ami/artifacts"
echo "uid2" ${ARTIFACTS_OUTPUT_DIR}/identity_scope.txt
echo "uid2" > ${ARTIFACTS_OUTPUT_DIR}/identity_scope.txt
cp ./scripts/aws/proxies.host.yaml ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/sockd.conf ${ARTIFACTS_OUTPUT_DIR}/
cp ./scripts/aws/uid2operator.service ${ARTIFACTS_OUTPUT_DIR}/
Expand Down

0 comments on commit b2a7a36

Please sign in to comment.