]> source.dussan.org Git - gitblit.git/commit
Fix paths after update of checkout action
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Tue, 1 Nov 2022 11:50:29 +0000 (12:50 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Tue, 1 Nov 2022 13:51:10 +0000 (14:51 +0100)
commit646231e54a2ee1edc97a5aa813f82638dfdef0b7
tree6ac4b4eebd7ec35ee1bdd8e622ee72344daf0eee
parent66365658af0b6784aa12f99254f2e1dcf5d2b531
Fix paths after update of checkout action

The Github 'checkout' action was updated from v1 to v3. But the behaviour
changed between the two which broke this workflow.
The old action would clone other repositories not into the workspace
but parallel to the workspace. The new version does every clone/checkout
relative to the workspace. That means that where previously the
gitblit-docker repository would be cloned in parallel to the workspace
which is gitblit/gitblit, it is now cloned into the gitblit/gitblit
directory path.

So remove all the references to `../gitblit-docker`. The files are in
the current directory now.
.github/workflows/nightly-build.yml