test
This commit is contained in:
parent
c3d1102ff4
commit
7665d03ecb
2 changed files with 11 additions and 2 deletions
|
@ -9,3 +9,11 @@ pipeline:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- npm run build
|
- npm run build
|
||||||
- ls build
|
- ls build
|
||||||
|
- echo $${CI_REPO}
|
||||||
|
- echo $${CI_REPO_OWNER}
|
||||||
|
- echo $${CI_REPO_NAME}
|
||||||
|
- echo $${CI_REPO_SCM}
|
||||||
|
- echo $${CI_REPO_LINK}
|
||||||
|
- echo $${CI_REPO_REMOTE}
|
||||||
|
- echo $${CI_REPO_DEFAULT_BRANCH}
|
||||||
|
- echo $${CI_REPO_PRIVATE}
|
|
@ -1,2 +1,3 @@
|
||||||
test:
|
test:
|
||||||
1
|
1
|
||||||
|
2
|
Loading…
Reference in a new issue