Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ff8fe7e0
Commit
ff8fe7e0
authored
Oct 10, 2020
by
Rene Luria
Committed by
Ed Lynes
Oct 27, 2020
Browse files
Revert "Fix DNS workflow use variables TEST_DNS_SLEEP and TEST_DNS_NO_WILDCARD"
This reverts commit
f864416e
.
parent
c6617ebc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
ff8fe7e0
...
...
@@ -75,8 +75,8 @@ jobs:
if [ "${{ secrets.TokenName5}}" ] ; then
echo "${{ secrets.TokenName5}}=${{ secrets.TokenValue5}}" >> env.list
fi
echo "TEST_DNS_NO_WILDCARD
=$TEST_DNS_NO_WILDCARD
" >> env.list
echo "TEST_DNS_SLEEP
=$TEST_DNS_SLEEP
" >> env.list
echo "TEST_DNS_NO_WILDCARD" >> env.list
echo "TEST_DNS_SLEEP" >> env.list
-
name
:
Run acmetest
run
:
cd ../acmetest && ./rundocker.sh testall
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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