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
2b8561f2
Commit
2b8561f2
authored
Nov 18, 2020
by
neil
Browse files
fix set-env
parent
c349e9aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
2b8561f2
...
@@ -144,7 +144,7 @@ jobs:
...
@@ -144,7 +144,7 @@ jobs:
shell
:
cmd
shell
:
cmd
-
name
:
Set ENV
-
name
:
Set ENV
run
:
|
run
:
|
echo
'::set-env name=
PATH
::
C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin
'
echo
"
PATH
=
C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin
" >> $GITHUB_ENV
-
name
:
Clone acmetest
-
name
:
Clone acmetest
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
name
:
Run acmetest
-
name
:
Run acmetest
...
...
.github/workflows/LetsEncrypt.yml
View file @
2b8561f2
...
@@ -89,6 +89,9 @@ jobs:
...
@@ -89,6 +89,9 @@ jobs:
-
name
:
Set ENV
-
name
:
Set ENV
run
:
|
run
:
|
echo "PATH=C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin" >> $GITHUB_ENV
echo "PATH=C:\tools\cygwin\bin;C:\tools\cygwin\usr\bin" >> $GITHUB_ENV
-
name
:
Check ENV
run
:
|
echo "PATH=$PATH"
-
name
:
Clone acmetest
-
name
:
Clone acmetest
shell
:
cmd
shell
:
cmd
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
...
...
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