Skip to content

Commit fe80e67

Browse files
committed
Merge with gh-workflows
1 parent 4e04098 commit fe80e67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jenkins.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- 'feature/**'
77
- 'fix/**'
88
- 'docs/**'
9-
109
jobs:
1110
create_jenkins_branch:
1211
name: Creates jenkins/* branch if it does not exist
@@ -37,8 +36,9 @@ jobs:
3736
git config user.email github-actions@github.com
3837
git checkout jenkins/${{ env.BRANCH_NAME }}
3938
git reset --hard origin/${{ env.BRANCH_NAME }}
40-
git checkout origin/JePL .sqa/config.yml .sqa/docker-compose.yml Jenkinsfile .git_credential_helper.sh
41-
printf "`cat Jenkinsfile`" "${{ env.BRANCH_NAME }}" > Jenkinsfile
39+
git checkout origin/JePL .sqa/config.yml .sqa/docker-compose.yml Jenkinsfile .git_credential_helper.sh patch.issue_116
40+
git apply patch.issue_116 # FIXME Work around until https://github.com/indigo-dc/jenkins-pipeline-library/issues/116 is fixed
41+
printf "`cat Jenkinsfile`" "jenkins/${{ env.BRANCH_NAME }}" > Jenkinsfile
4242
git add Jenkinsfile
4343
git status
4444
git diff-index --quiet HEAD || (git commit -m "Added JePL configuration files" && git push -f)

0 commit comments

Comments
 (0)