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 4953d5dCopy full SHA for 4953d5d
.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
@@ -48,6 +48,9 @@ git submodule update --init --recursive
48
49
echo -e "section_end:$(date +%s):prepare\r\e[0K"
50
51
+#temp fixup
52
+git remote set-url origin $(git remote get-url origin | sed -e s/gitlab/github/)
53
+
54
if is_pr; then
55
echo -e "section_start:$(date +%s):build_orig\r\e[0KBuilding original site to compare"
56
# exact value doesn't matter as long as it is in the future, but needs to
0 commit comments