Skip to content

Commit

Permalink
ci: use test branch temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jan 5, 2024
1 parent acd0726 commit 4953d5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ include:

build:website:
extends: .website
script:
- git clone https://gitlab.com/${CI_PROJECT_PATH%%/*}/qubesos.github.io ~/qubesos.github.io -b test
- ~/qubesos.github.io/_utils/gitlabci.sh
3 changes: 3 additions & 0 deletions _utils/gitlabci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ git submodule update --init --recursive

echo -e "section_end:$(date +%s):prepare\r\e[0K"

#temp fixup
git remote set-url origin $(git remote get-url origin | sed -e s/gitlab/github/)

if is_pr; then
echo -e "section_start:$(date +%s):build_orig\r\e[0KBuilding original site to compare"
# exact value doesn't matter as long as it is in the future, but needs to
Expand Down

0 comments on commit 4953d5d

Please sign in to comment.