Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ccfa671f52 | ||
|
|
6e6b3aa8a6 | ||
|
|
812a652bed | ||
|
|
19e0acdf6d | ||
|
|
d21c529591 |
@@ -2,17 +2,17 @@ stages:
|
||||
- prepare # List of stages for jobs, and their order of execution
|
||||
- release
|
||||
|
||||
|
||||
image: python:3.10
|
||||
|
||||
|
||||
prepare_job:
|
||||
stage: prepare
|
||||
image: python:3.10
|
||||
script:
|
||||
- 'pip install requests'
|
||||
- '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/'
|
||||
- 'ls -al'
|
||||
- cat test.txt
|
||||
|
||||
|
||||
release_job:
|
||||
@@ -31,6 +31,7 @@ release_job:
|
||||
- data/**/*
|
||||
- modinfo.lua
|
||||
- thumb.png
|
||||
- test.txt
|
||||
|
||||
script:
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||
|
||||
Reference in New Issue
Block a user