Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
typo3.org
typo3.org
Commits
adb54f3a
Commit
adb54f3a
authored
Sep 10, 2020
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add badge creation of last production deployment
parent
d08e6d5a
Pipeline
#9587
failed with stages
in 7 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
No files found.
.gitlab-ci.yml
View file @
adb54f3a
...
...
@@ -2,6 +2,7 @@ include:
-
project
:
'
t3o/t3olayout'
ref
:
main
file
:
'
/Configuration/GitLab/t3o-builds.yml'
-
remote
:
'
https://git.spooner.io/spooner-web/gitlab-anybadge-creator/-/raw/main/anybadges.yml'
variables
:
GIT_STRATEGY
:
"
none"
...
...
@@ -20,6 +21,7 @@ stages:
-
build
-
layout
-
deploy
-
badges
-
warmup
.deploy-template
:
&deploy_template
...
...
@@ -58,3 +60,9 @@ deploy-develop:
url
:
https://${STAGE_HOST}
only
:
-
develop
"
Create
Badge"
:
stage
:
badges
script
:
-
last_master_deploy=$(git log -1 --format=%cd origin/master)
-
anybadge -l "Last Production Deployment" -v $last_master_deploy -f lastProductionDeployment.svg -c orange
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