gitlab CI: work around collapsed multiline commands in the rebuild check
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 28 Oct 2019 23:39:39 +0000 (09:39 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 5 Nov 2019 01:00:16 +0000 (11:00 +1000)
commiteab156ef74a9977cc61a16b2320aeeea8f8fc8d8
tree860c34462c70b837f9b8cb468663062f24f375ee
parentb9bfaebba202b45dcfa9f6055d5107a3faa85295
gitlab CI: work around collapsed multiline commands in the rebuild check

Multiline commands are currently collapsed with no way of uncollapsing them
(https://gitlab.com/gitlab-org/gitlab-runner/issues/3392), so we never see the
skopeo invocations. Work around this by touching a file when scheduled and
using that to break up the conditions.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml