We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd0726 commit 7226b13Copy full SHA for 7226b13
.gitlab-ci.yml
@@ -4,3 +4,6 @@ include:
4
5
build:website:
6
extends: .website
7
+ script:
8
+ - git clone https://gitlab.com/${CI_PROJECT_PATH%%/*}/qubesos.github.io ~/qubesos.github.io -b test
9
+ - ~/qubesos.github.io/_utils/gitlabci.sh
_utils/gitlabci.sh
@@ -68,6 +68,8 @@ if [ "$repo_name" != "qubesos.github.io" ]; then
68
else
69
sub_path="."
70
fi
71
+#temp fixup
72
+git remote set-url origin $(git remote get-url origin | sed -e s/gitlab/github/)
73
git -C "$sub_path" fetch --update-shallow ${CI_PROJECT_DIR} HEAD
74
git -C "$sub_path" checkout FETCH_HEAD
75
0 commit comments