Update build_bromite.yaml
This commit is contained in:
6
.github/workflows/build_bromite.yaml
vendored
6
.github/workflows/build_bromite.yaml
vendored
@@ -25,9 +25,9 @@ jobs:
|
|||||||
mkdir bromite
|
mkdir bromite
|
||||||
cd bromite
|
cd bromite
|
||||||
git init
|
git init
|
||||||
git remote add origin https://github.com/uazo/bromite && \
|
git remote add origin https://github.com/uazo/bromite
|
||||||
git fetch origin 2e1849a8e357e0ebbcd84cb88a8556be738c08a8 && \
|
git fetch origin 2e1849a8e357e0ebbcd84cb88a8556be738c08a8
|
||||||
git reset --hard FETCH_HEAD && \
|
git reset --hard FETCH_HEAD
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
export VERSION=$( cat ./bromite/build/RELEASE )
|
export VERSION=$( cat ./bromite/build/RELEASE )
|
||||||
|
Reference in New Issue
Block a user