Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
umockdev
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
martinpitt
umockdev
Commits
12ea2e33
Commit
12ea2e33
authored
Jul 2, 2022
by
Martin Pitt
Committed by
Martin Pitt
Jul 2, 2022
Browse files
Options
Downloads
Patches
Plain Diff
workflows: Add workaround for actions/checkout tag breakage
See
https://github.com/actions/checkout/pull/697
parent
cf0d7b4c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/release.yml
+3
-0
3 additions, 0 deletions
.github/workflows/release.yml
with
3 additions
and
0 deletions
.github/workflows/release.yml
+
3
−
0
View file @
12ea2e33
...
...
@@ -11,6 +11,9 @@ jobs:
-
name
:
Clone repository
uses
:
actions/checkout@v2
-
name
:
Workaround for https://github.com/actions/checkout/pull/697
run
:
git fetch --force origin $(git describe --tags):refs/tags/$(git describe --tags)
-
name
:
Build release tarball
# run as root; current Ubuntu podman breaks user networking ("could not find slirp4netns")
run
:
sudo PUBLISH_TAR=1 tests/run-apt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment