Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
50b838f9
Unverified
Commit
50b838f9
authored
5 years ago
by
Matthew Fisher
Browse files
Options
Download
Patches
Plain Diff
fix(ci): only build Helm 2 off a tag
Signed-off-by:
Matthew Fisher
<
matt.fisher@microsoft.com
>
parent
7ca75251
release-2.17
dev-v2
release-2.16
v2.17.0
v2.17.0-rc.1
v2.16.12
v2.16.11
v2.16.10
v2.16.9
v2.16.8
v2.16.7
v2.16.6
v2.16.5
v2.16.4
v2.16.3
v2.16.2
v2.16.1
v2.16.0
v2.16.0-rc.2
v2.16.0-rc.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/deploy.sh
+2
-4
.circleci/deploy.sh
with
2 additions
and
4 deletions
+2
-4
.circleci/deploy.sh
+
2
−
4
View file @
50b838f9
...
...
@@ -28,10 +28,8 @@ fi
VERSION
=
if
[[
-n
"
${
CIRCLE_TAG
:-}
"
]]
;
then
VERSION
=
"
${
CIRCLE_TAG
}
"
elif
[[
"
${
CIRCLE_BRANCH
:-}
"
==
"master"
]]
;
then
VERSION
=
"canary"
else
echo
"Skipping deploy step; this is n
either master or
a tag"
echo
"Skipping deploy step; this is n
ot
a tag"
exit
fi
...
...
@@ -77,4 +75,4 @@ echo "Pushing binaries to Azure"
az storage blob upload-batch
-s
_dist/
-d
"
$AZURE_STORAGE_CONTAINER_NAME
"
--pattern
'helm-*'
--connection-string
"
$AZURE_STORAGE_CONNECTION_STRING
"
echo
"Pushing KEYS file to Azure"
az storage blob upload
-f
"KEYS"
-n
"KEYS"
-c
"
$AZURE_STORAGE_CONTAINER_NAME
"
--connection-string
"
$AZURE_STORAGE_CONNECTION_STRING
"
\ No newline at end of file
az storage blob upload
-f
"KEYS"
-n
"KEYS"
-c
"
$AZURE_STORAGE_CONTAINER_NAME
"
--connection-string
"
$AZURE_STORAGE_CONNECTION_STRING
"
This diff is collapsed.
Click to expand it.
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!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets