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
11b980f5
Commit
11b980f5
authored
Nov 18, 2020
by
neil
Browse files
fix set-env
parent
2b8561f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
11b980f5
...
...
@@ -143,8 +143,9 @@ jobs:
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -s http://mirrors.kernel.org/sourceware/cygwin/ -P socat,curl,cron,unzip,git
shell
:
cmd
-
name
:
Set ENV
shell
:
cmd
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
:
Clone acmetest
run
:
cd .. && git clone https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
name
:
Run acmetest
...
...
.github/workflows/LetsEncrypt.yml
View file @
11b980f5
...
...
@@ -87,11 +87,13 @@ jobs:
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -s http://mirrors.kernel.org/sourceware/cygwin/ -P socat,curl,cron,unzip,git
shell
:
cmd
-
name
:
Set ENV
shell
:
cmd
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
shell
:
cmd
run
:
|
echo "PATH=
$
PATH"
echo "PATH=
%
PATH
%
"
-
name
:
Clone acmetest
shell
:
cmd
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