1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Update main.yml

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-09-11 15:31:38 +02:00 committed by GitHub
parent 2eeaa3a204
commit a46c3b2b32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,11 @@ jobs:
run: |
git clone --depth 1 $REPO_URL openmptcprouter
cd openmptcprouter
git checkout ${SOURCE_BRANCH:-$SOURCE_TAG}
if [ "$SOURCE_BRANCH" = "Test-Github-Actions" ]; then
git checkout ${SOURCE_BRANCH:-$SOURCE_TAG}
else
git checkout develop
fi
git pull
- name: Build toolchain
working-directory: ./openmptcprouter