Skip to content

Commit

Permalink
Allow slashes to be in branch names (#980)
Browse files Browse the repository at this point in the history
Fixes #666
  • Loading branch information
wjam authored Oct 28, 2022
1 parent 7814c58 commit 9f91975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ jobs:
# Credentials for project: bacalhau-cicd
# Account:
echo "$GOOGLE_CLOUD_STORAGE_BACALHAU_CICD_RW" | base64 --decode > ~/.boto
if [[ "${TEST_RESULTS_FILENAME}" == *"/"* ]]; then
mkdir -p $(dirname "${TEST_RESULTS_FILENAME}")
fi
mv unittests.xml "${TEST_RESULTS_FILENAME}"
gsutil cp "$TEST_RESULTS_FILENAME" "gs://$GCS_TEST_RESULTS_BUCKET"
Expand Down

0 comments on commit 9f91975

Please sign in to comment.