mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
sdfsdf
This commit is contained in:
@@ -10,9 +10,11 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
secrets: [vault_master_ssh_priv_key, vault_master_ssh_pub_key]
|
secrets: [vault_master_ssh_priv_key, vault_master_ssh_pub_key]
|
||||||
image: docker
|
image: docker
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- echo test
|
- echo test
|
||||||
- /bin/bash build.sh
|
- /bin/sh build.sh
|
||||||
# - name: slack-end
|
# - name: slack-end
|
||||||
# image: plugins/slack
|
# image: plugins/slack
|
||||||
# settings:
|
# settings:
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
branch=$(git branch | grep \* | cut -d ' ' -f2)
|
branch=$(git branch | grep \* | cut -d ' ' -f2)
|
||||||
branch=$(echo "$branch" | sed 's/features\///g')
|
branch=$(echo "$branch" | sed 's/features\///g')
|
||||||
echo "Building branch $branch"
|
echo "Building branch $branch"
|
||||||
|
|||||||
Reference in New Issue
Block a user