Update build_bromite.yaml

This commit is contained in:
uazo 2021-07-11 14:00:02 +02:00 committed by GitHub
parent 3c11a87c17
commit cd8af75a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,9 @@ jobs:
mkdir bromite
cd bromite
git init
git remote add origin https://github.com/uazo/bromite && \
git fetch origin 2e1849a8e357e0ebbcd84cb88a8556be738c08a8 && \
git reset --hard FETCH_HEAD && \
git remote add origin https://github.com/uazo/bromite
git fetch origin 2e1849a8e357e0ebbcd84cb88a8556be738c08a8
git reset --hard FETCH_HEAD
cd ..
export VERSION=$( cat ./bromite/build/RELEASE )