Skip to content

Commit 542e2da

Browse files
committed
Add dummy command
1 parent bb8e79f commit 542e2da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ pages:
9393
image: alpine
9494
stage: page_deploy
9595
environment: production
96-
script: []
96+
script:
97+
- echo ''
9798
artifacts:
9899
paths:
99100
- public

0 commit comments

Comments
 (0)