Skip to content
Snippets Groups Projects
Verified Commit 6d7db7c6 authored by Rémi Bernon's avatar Rémi Bernon
Browse files

Use commit hash instead of branch.

parent bca283fb
No related branches found
No related tags found
No related merge requests found
variables:
PROTON_SOURCE: https://github.com/ValveSoftware/Proton
PROTON_BRANCH: proton_5.13-next
PROTON_COMMIT: 7c91f57ec93b1ebf07799651b993e01b88ce30b8
stages:
- checkout
......@@ -27,7 +27,8 @@ checkout:
stage: checkout
before_script:
script:
- git clone $PROTON_SOURCE -b $PROTON_BRANCH proton
- git clone $PROTON_SOURCE proton
- git -C proton checkout $PROTON_COMMIT
- make -C proton/docker DOCKER=true SOURCES_URLBASE=SOURCES_URLBASE | grep 'true build' > commands
- grep 'f build-base-i686' commands > build-base-i686.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment