#474 Put some files under source control

This commit is contained in:
Carmelo Messina
2024-03-09 15:32:52 +01:00
parent 30bcef4e01
commit 1cce2f1434
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -134,14 +134,14 @@ jobs:
DO_UPDATE=1
fi
elif [ "$RELEASE" != $(CAT src/RELEASE)" ]; then
elif [ "$RELEASE" != "$(CAT src/RELEASE)" ]; then
DO_UPDATE=1
NEW_VERSION=$RELEASE
fi
if [[ DO_UPDATE -eq 1 ]]; then
test -d src && rm -rf src
docker build --no-cache --progress=plain -o . .
docker build --no-cache --progress=plain --build-arg "TAG=$NEW_VERSION" -o . .
echo $NEW_VERSION >src/RELEASE
fi
+2 -1
View File
@@ -1,4 +1,5 @@
FROM uazo/chromium:122.0.6261.111 AS source
ARG TAG=latest
FROM uazo/chromium:${TAG} AS source
ENV CHR_SOURCE_DIR=/home/lg/working_dir/chromium/src/
ENV OUTPUT_DIR=/home/lg/working_dir/out/