Skip to content

Commit 93f1bb9

Browse files
author
Amir Moualem
authored
Merge pull request #124 from snyk/chore/publish-gh-pages-fix
chore: base branch for yaml files is master
2 parents 0eb93bb + e9a96f6 commit 93f1bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-gh-pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ then
1818
fi
1919

2020
echo overriding new yaml / chart files from master branch
21-
git checkout origin/chore/publish_gh_pages -- snyk-monitor snyk-monitor-cluster-permissions.yaml snyk-monitor-deployment.yaml snyk-monitor-namespaced-permissions.yaml
21+
git checkout origin/master -- snyk-monitor snyk-monitor-cluster-permissions.yaml snyk-monitor-deployment.yaml snyk-monitor-namespaced-permissions.yaml
2222

2323
echo overriding tag placeholders with latest semantic version
2424
sed -i "s/{{IMAGE_TAG_OVERRIDE_WHEN_PUBLISHING}}/${NEW_TAG}/g" ./snyk-monitor/values.yaml

0 commit comments

Comments
 (0)