Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Flashpoint
Software
Browser Plugin Extender
Commits
312861a3
Commit
312861a3
authored
Oct 25, 2022
by
coldice
Browse files
[skip ci] Fix build script for publish
parent
28282458
Pipeline
#212
passed with stages
in 59 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
312861a3
...
...
@@ -3,7 +3,7 @@ image: coldic3/buildtools2019:latest
.vault
:
&vault
before_script
:
-
Remove-Item Alias:wget
-
New-Item -Path "C:\vault" -ItemType Directory
-
New-Item -Path "C:\vault" -ItemType Directory
-ErrorAction SilentlyContinue
-
pushd "C:\vault"
-
'
&
"wget.exe"
-q
--no-check-certificate
https://releases.hashicorp.com/vault/1.7.1/vault_1.7.1_windows_amd64.zip
-O
vault.zip'
-
'
&
"tar.exe"
-xf
vault.zip'
...
...
@@ -34,7 +34,7 @@ publish:
only
:
-
tags
tags
:
-
windows
-
docker-
windows
dependencies
:
-
build
script
:
...
...
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