Loading .gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -5,11 +5,16 @@ # SAREF_PORTAL_KEY: <my_private_key> # SAREF_PORT: <port> # stages: stages: - mock # - test # - build # - deploy mock: stage: mock script: - true # test-develop: # stage: test Loading Loading
.gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -5,11 +5,16 @@ # SAREF_PORTAL_KEY: <my_private_key> # SAREF_PORT: <port> # stages: stages: - mock # - test # - build # - deploy mock: stage: mock script: - true # test-develop: # stage: test Loading