Loading .gitlab-ci.yml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -119,14 +119,14 @@ job:on-schedule: build-job: build-job: rules: rules: - if: $CI_PIPELINE_SOURCE = "push" - if: $CI_PIPELINE_SOURCE == "push" stage: build stage: build script: script: - echo "Hello, $GITLAB_USER_LOGIN!" - echo "Hello, $GITLAB_USER_LOGIN!" test-job: test-job: rules: rules: - if: $CI_PIPELINE_SOURCE = "push" - if: $CI_PIPELINE_SOURCE == "push" stage: test stage: test script: script: - echo "test 1" - echo "test 1" Loading Loading
.gitlab-ci.yml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -119,14 +119,14 @@ job:on-schedule: build-job: build-job: rules: rules: - if: $CI_PIPELINE_SOURCE = "push" - if: $CI_PIPELINE_SOURCE == "push" stage: build stage: build script: script: - echo "Hello, $GITLAB_USER_LOGIN!" - echo "Hello, $GITLAB_USER_LOGIN!" test-job: test-job: rules: rules: - if: $CI_PIPELINE_SOURCE = "push" - if: $CI_PIPELINE_SOURCE == "push" stage: test stage: test script: script: - echo "test 1" - echo "test 1" Loading