Compare commits

...

8 Commits

Author SHA1 Message Date
Slava
bf74c5b8cf Add new file 2023-08-28 20:56:03 +00:00
Slava
2323000732 Update .gitlab-ci.yml file 2023-08-28 20:53:53 +00:00
Slava
97ca6a23c7 Update .gitlab-ci.yml file 2023-08-28 20:53:32 +00:00
Slava
ccfa671f52 Update .gitlab-ci.yml file 2023-08-28 20:46:03 +00:00
Slava
6e6b3aa8a6 Update .gitlab-ci.yml file 2023-08-28 20:05:28 +00:00
Slava
812a652bed Update .gitlab-ci.yml file 2023-08-28 20:04:11 +00:00
Slava
19e0acdf6d Update .gitlab-ci.yml file 2023-08-28 20:02:19 +00:00
Slava
d21c529591 Update .gitlab-ci.yml file 2023-08-28 19:56:23 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -2,17 +2,17 @@ stages:
- prepare # List of stages for jobs, and their order of execution - prepare # List of stages for jobs, and their order of execution
- release - release
image: python:3.10
prepare_job: prepare_job:
stage: prepare stage: prepare
image: python:3.10
script: script:
- 'pip install requests' - 'pip install requests'
- 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git' - 'git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gl.beaconborn.ru/bacon/translation-generator.git'
- 'python3 translation-generator/main.py $CI_PROJECT_DIR/WPE-2/data/' - 'python3 translation-generator/main.py $CI_PROJECT_DIR/WPE-2/data/'
- 'ls -al' - 'ls -al'
- cat test.txt
release_job: release_job:
@@ -31,9 +31,10 @@ release_job:
- data/**/* - data/**/*
- modinfo.lua - modinfo.lua
- thumb.png - thumb.png
- test.txt
script: script:
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA" - echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA branch $CI_COMMIT_BRANCH"
release: release:
tag_name: v2.0.$CI_PIPELINE_IID tag_name: v2.0.$CI_PIPELINE_IID

1
test.txt Normal file
View File

@@ -0,0 +1 @@