use correct pipeline syntax

This commit is contained in:
Abraham Toriz 2022-09-24 23:29:03 -04:00
parent f742264e29
commit a997e25a5d
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ build-doc:
- make man
- gzip build/man/tiempo.1
rules:
- if: $CI_COMMIT_BRANCH = man-page
- if: $CI_COMMIT_BRANCH == "man-page"
artifacts:
paths:
- docs/build/html
@ -40,7 +40,7 @@ publish-doc:
- ssh-add <(echo "$PRIVATE_KEY")
- scp -r docs/build/html/* $SERVER_USER@$SERVER_HOST:$APP_PATH
rules:
- if: $CI_COMMIT_BRANCH = man-page
- if: $CI_COMMIT_BRANCH == "man-page"
build:
stage: build