Commit 5c99aed9 authored by Ophélie Gagnard's avatar Ophélie Gagnard

obs: Fix a bug.

Remove every old tarballs in OBS directory. Otherwise OBS does not know
which to choose for compilation.
parent 217942fe
Pipeline #23708 passed with stage
in 0 seconds
......@@ -9,7 +9,7 @@ source _generic/build-scripts/00env.sh
osc checkout "$OBS_PROJECT" "$OBS_PACKAGE" || true
cd "$OBS_DIR"
osc update
osc rm "$SOFTWARE_AND_VERSION$ARCHIVE_EXT" "$SOFTWARE_AND_VERSION".dsc || true
osc rm "$SOFTWARE_NAME"_*"$ARCHIVE_EXT" "$SOFTWARE_AND_VERSION".dsc || true
cd "$INITIAL_DIR"
# copy compilation files and override the files from _generic
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment