Skip to content

Commit 9193f6f

Browse files
author
Soumesh Banerjee
committed
Push to github
1 parent 6c6d906 commit 9193f6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/push_to_github.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ if [ -n "${CI_COMMIT_TAG}" ]; then
88
echo "Pushing Tag: $CI_COMMIT_TAG"
99
git push --force github "${CI_COMMIT_TAG}"
1010
else
11-
echo "For now only tag can be pushed to Github as a release"
12-
exit 1
13-
# git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
11+
git push github "${CI_COMMIT_SHA}:refs/heads/${CI_COMMIT_REF_NAME}"
1412
fi

0 commit comments

Comments
 (0)