Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-26 19:05:34 +00:00
parent 9d72224771
commit 92de93faa3

View File

@@ -17,10 +17,10 @@
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
stages: # List of stages for jobs, and their order of execution stages: # List of stages for jobs, and their order of execution
- deploy - test
deploy-job: # This job runs in the deploy stage. test-job: # This job runs in the deploy stage.
stage: deploy # It only runs when *both* jobs in the test stage complete successfully. stage: test # It only runs when *both* jobs in the test stage complete successfully.
environment: production environment: production
script: script:
- echo "Translating text..." - echo "Translating text..."