Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
092a20a9
Commit
092a20a9
authored
3 years ago
by
Dima Brusilovsky
Committed by
Alex
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix: set travis wait for all deployments
parent
993ef32f
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
internal/release/deploy.sh
+1
-1
internal/release/deploy.sh
internal/release/internal_deploy.sh
+1
-1
internal/release/internal_deploy.sh
with
2 additions
and
2 deletions
+2
-2
internal/release/deploy.sh
+
1
-
1
View file @
092a20a9
...
...
@@ -21,7 +21,7 @@ security import DatreeCli.p12 -k buildagent.keychain -P $P12_PASSWORD -T /usr/bi
security set-key-partition-list
-S
"apple-tool:,apple:"
-s
-k
test
buildagent.keychain
security find-identity
-v
travis_wait
curl
-sL
https://git.io/goreleaser |
VERSION
=
v
$GORELEASER_VERSION
bash
curl
-sL
https://git.io/goreleaser |
VERSION
=
v
$GORELEASER_VERSION
bash
if
[
$TRAVIS_BRANCH
==
"main"
]
;
then
bash ./internal/release/brew_push_formula.sh production
$DATREE_BUILD_VERSION
...
...
This diff is collapsed.
Click to expand it.
internal/release/internal_deploy.sh
+
1
-
1
View file @
092a20a9
...
...
@@ -6,5 +6,5 @@ git tag $DATREE_INTERNAL -a -m "Generated internal tag from TravisCI for build $
git push
--tags
export
DATREE_BUILD_VERSION
=
$DATREE_INTERNAL
travis_wait
curl
-sL
https://git.io/goreleaser |
VERSION
=
v
$GORELEASER_VERSION
sh
-s
--
--rm-dist
curl
-sL
https://git.io/goreleaser |
VERSION
=
v
$GORELEASER_VERSION
sh
-s
--
--rm-dist
bash ./internal/release/brew_push_formula.sh internal
$DATREE_INTERNAL
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help