If CI is running on release branch, use Chez release (#3303)

This commit is contained in:
Paulo Matos 2020-07-20 16:57:45 +02:00 committed by GitHub
parent f477ed289c
commit 5daba1fbb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,12 @@ jobs:
- name: Untar
working-directory: /usr/local
run: tar -xvjf /tmp/racketcgc-debian10-nocify-x64_git${{ github.sha}}.tar.bz2
- name: Checking out ChezScheme Release
if: github.ref == 'refs/heads/release'
working-directory: ./racket/src
run: git clone --single-branch --branch release --depth=1 --recurse-submodules -j3 https://github.com/racket/ChezScheme
- name: Checking out ChezScheme
if: github.ref != 'refs/heads/release'
working-directory: ./racket/src
run: git clone --depth=1 --recurse-submodules -j3 https://github.com/racket/ChezScheme
- name: Configuring Racket CS