v2: test env
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
d0354d77f1
commit
5affc6bb04
@ -13,7 +13,12 @@ jobs:
|
||||
env:
|
||||
DOCKER_IMG: ${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.ref_name }}
|
||||
COMPOSE_PROJECT_NAME: ${{ gitea.ref_name }}-services
|
||||
COMPOSE_SERVICE_NAME: $${ ${{ gitea.repository }}##*/ }
|
||||
COMPOSE_SERVICE_NAME: ${{ gitea.repository ##*/ }}
|
||||
steps:
|
||||
- run: |
|
||||
echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME
|
||||
|
||||
recover:
|
||||
steps:
|
||||
- name: The job has failed
|
||||
if: ${{ failure() }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user