Skip to content

Commit a8b7dea

Browse files
committed
feat(release): deploy to github.io
1 parent 035dd40 commit a8b7dea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Jenkinsfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,12 @@ pipeline {
155155
'''
156156
script {
157157
if (params.deploy_io_exchange) {
158-
sh 'cd gh-pages && git reset --hard HEAD~1'
158+
sh '''
159+
cd gh-pages
160+
git log
161+
git reset --hard HEAD~1
162+
git log
163+
'''
159164
}
160165
}
161166
sh '''

0 commit comments

Comments
 (0)