Skip to content

Commit

Permalink
[REMOVE] Test lfs pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jan 4, 2024
1 parent c85cf54 commit 1d340f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,13 @@ pipeline {
echo "newSWTNativesTag: ${newSWTNativesTag}"
sh """
# Check for the master-branch as late as possible to have as much of the same behaviour as possible
if [[ '${BRANCH_NAME}' == master ]] || [[ '${BRANCH_NAME}' =~ R[0-9]+_[0-9]+(_[0-9]+)?_maintenance ]]; then
if [[ '${BRANCH_NAME}' == 'PR-956' ]] || [[ '${BRANCH_NAME}' =~ R[0-9]+_[0-9]+(_[0-9]+)?_maintenance ]]; then
if [[ ${params.skipCommit} != true ]]; then
#Don't rebase and just fail in case another commit has been pushed to the master/maintanance branch in the meantime
pushd eclipse.platform.swt
git push origin HEAD:refs/heads/${BRANCH_NAME}
git push origin HEAD:refs/heads/test-lfs-pushing
git push origin refs/tags/${newSWTNativesTag}
popd
Expand Down

0 comments on commit 1d340f9

Please sign in to comment.