Skip to content

Commit

Permalink
Merge branch 'topic/okurth/push-to-github' into 'master'
Browse files Browse the repository at this point in the history
CI: set GITHUB_BRANCH to literal 'master'

See merge request core-build/photon-os-installer!89
  • Loading branch information
oliverkurth committed Sep 13, 2024
2 parents 37dc38b + 1cfc366 commit c5f234b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
POI_IMAGE_NAME: photon/installer:$CI_COMMIT_SHORT_SHA
GITHUB_BRANCH: $CI_DEFAULT_BRANCH
GITHUB_BRANCH: master

stages:
- build
Expand Down

0 comments on commit c5f234b

Please sign in to comment.