Skip to content
Snippets Groups Projects
Commit ffec0de3 authored by VitaliyaIoffe's avatar VitaliyaIoffe Committed by Kirill Yukhin
Browse files

github-ci: hotfix for updating S3 in CI

Follow-up #6185
parent bd938bb9
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ deploy:
refs/tags/*-alpha*|refs/tags/*-beta*|refs/tags/*-rc*) \
./tools/update_repo.sh -o=${OS} -d=${DIST} \
-b="${PRERELEASE_REPO_S3_DIR}/${BUCKET}" build ; \
;;
;; \
refs/tags/*) \
./tools/update_repo.sh -o=${OS} -d=${DIST} \
-b="${RELEASE_REPO_S3_DIR}/${BUCKET}" build ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment