Compare commits
3 Commits
v0.0.4
...
769550c990
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
769550c990 | ||
|
|
42f7166a11 | ||
|
|
9ed7fd6fb2 |
@@ -114,6 +114,8 @@ steps:
|
|||||||
from_secret: nexus_password
|
from_secret: nexus_password
|
||||||
commands: |
|
commands: |
|
||||||
source $CI_WORKSPACE/version.env
|
source $CI_WORKSPACE/version.env
|
||||||
|
echo $CI_REPO_OWNER
|
||||||
|
echo $CI_REPO_NAME
|
||||||
|
|
||||||
if [ "$version_type" != "none" ]; then
|
if [ "$version_type" != "none" ]; then
|
||||||
|
|
||||||
@@ -146,10 +148,6 @@ steps:
|
|||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
commands: |
|
commands: |
|
||||||
pwd
|
|
||||||
ls -als
|
|
||||||
echo $CI_WORKSPACE
|
|
||||||
echo $CI_WORKSPACE
|
|
||||||
source $CI_WORKSPACE/version.env
|
source $CI_WORKSPACE/version.env
|
||||||
|
|
||||||
if [ "$version_type" != "none" ]; then
|
if [ "$version_type" != "none" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user