Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ab0027
Maui Builds
Commits
1ee8ccbd
Commit
1ee8ccbd
authored
Feb 18, 2022
by
probal31
Browse files
Fix clear cache for deploy job
parent
db8ada4c
Pipeline
#4753
canceled with stages
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1ee8ccbd
...
...
@@ -505,7 +505,6 @@ build-station-armhf:
upload-mauiapps-amd64
:
image
:
ubuntu:20.04
stage
:
deploy
cache
:
[]
needs
:
[
build-index-amd64
,
build-nota-amd64
,
build-buho-amd64
,
build-vvave-amd64
,
build-pix-amd64
,
build-clip-amd64
,
build-shelf-amd64
,
build-communicator-amd64
,
build-station-amd64
]
before_script
:
-
*configure_deploy_script
...
...
@@ -517,7 +516,6 @@ upload-mauiapps-amd64:
upload-mauiapps-arm64
:
image
:
ubuntu:20.04
stage
:
deploy
cache
:
[]
needs
:
[
build-index-arm64
,
build-nota-arm64
,
build-buho-arm64
,
build-vvave-arm64
,
build-pix-arm64
,
build-clip-arm64
,
build-shelf-arm64
,
build-communicator-arm64
,
build-station-arm64
]
before_script
:
-
*configure_deploy_script
...
...
@@ -529,7 +527,6 @@ upload-mauiapps-arm64:
upload-mauiapps-armhf
:
image
:
ubuntu:20.04
stage
:
deploy
cache
:
[]
needs
:
[
build-index-armhf
,
build-nota-armhf
,
build-buho-armhf
,
build-vvave-armhf
,
build-pix-armhf
,
build-clip-armhf
,
build-shelf-armhf
,
build-communicator-armhf
,
build-station-armhf
]
before_script
:
-
*configure_deploy_script
...
...
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