Skip to content

Commit 035dd40

Browse files
committed
Jenkinsfile: fix typo, renaname stage Prepare to Prepare: Release/Store
1 parent 9165d5f commit 035dd40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pipeline {
104104
}
105105
}
106106
}
107-
stage('Prepare') {
107+
stage('Prepare: Release/Store') {
108108
when {
109109
anyOf {
110110
equals expected: true, actual: params.release
@@ -163,7 +163,7 @@ pipeline {
163163
cp -r dist-deploy-io/* gh-pages/
164164
cd gh-pages
165165
git add *
166-
git -c user.name='Mr. Jenkins' -c user.email='studyathome@technium-wien.at' commit -m 'docs: release asterics-docs'
166+
git -c user.name='Mr. Jenkins' -c user.email='studyathome@technikum-wien.at' commit -m 'docs: release asterics-docs'
167167
git push https://$GH_TOKEN@github.com/asterics/asterics-docs.git
168168
'''
169169
}

0 commit comments

Comments
 (0)