Skip to content
Snippets Groups Projects
Commit 9aa7cdb4 authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent 29f2f3ce
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ Check Packages:on-schedule: ...@@ -195,7 +195,7 @@ Check Packages:on-schedule:
git clone $CI_PROJECT_URL.git /tmp/$CI_PROJECT_PATH && \ git clone $CI_PROJECT_URL.git /tmp/$CI_PROJECT_PATH && \
cd /tmp/$CI_PROJECT_PATH && \ cd /tmp/$CI_PROJECT_PATH && \
if [ ! -s "package-versions.txt" ];then if [ ! -s "package_versions.txt" ];then
echo "No package_versions.txt present. Creating..." echo "No package_versions.txt present. Creating..."
# Gather package information from latest build # Gather package information from latest build
...@@ -220,7 +220,7 @@ Check Packages:on-schedule: ...@@ -220,7 +220,7 @@ Check Packages:on-schedule:
# Nice # Nice
echo "package_versions.txt added." echo "package_versions.txt added."
elif [ -s "package-versions.txt" ];then elif [ -s "package_versions.txt" ];then
echo "package_versions.txt present. Comapring..." echo "package_versions.txt present. Comapring..."
# Build local image for new package versions list # Build local image for new package versions list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment