Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
debian
dns-flood-detector
Commits
855d9c16
Commit
855d9c16
authored
Jul 16, 2021
by
waja
Browse files
Do not remove .git* anymore
parent
30dfcd9d
Pipeline
#64
failed with stages
in 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/packaging_test.yml
View file @
855d9c16
...
...
@@ -20,9 +20,6 @@ jobs:
-
uses
:
actions/checkout@v2
env
:
DEBIAN_FRONTEND
:
"
noninteractive"
-
name
:
Remove github artefacts
run
:
|
rm -rf .git*
-
name
:
Adjust distibution in changelog file
run
:
|
sed -i '0,/restricted/s//stable/' debian/changelog
...
...
.github/workflows/release.yml
View file @
855d9c16
...
...
@@ -46,9 +46,6 @@ jobs:
-
uses
:
actions/checkout@v2
env
:
DEBIAN_FRONTEND
:
"
noninteractive"
-
name
:
Remove github artefacts
run
:
|
rm -rf .git*
-
name
:
Adjust distibution in changelog file
run
:
|
sed -i '0,/restricted/s//stable/' debian/changelog
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment