Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csbase-dev
sgarest-daemon
Commits
8bc7e1f9
Commit
8bc7e1f9
authored
Apr 06, 2020
by
Carlos Juliano Viana
Browse files
[SOMA-4155][SOMA-3699] Removendo o filtro de branches nos jobs.
parent
be171a6e
Pipeline
#32554
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8bc7e1f9
...
...
@@ -21,7 +21,6 @@
-
echo "export VERSION=$(cat sga-daemon-*.rockspec | grep 'version[[:space:]]=[[:space:]]' | awk '{print $3}' | sed -e s/[\",]//g)" >> shared-vars.sh
only
:
-
master
-
branches
-
tags
static_check
:
...
...
@@ -35,5 +34,4 @@
-
([ -z "$errors" ] && exit 0 || exit 1)
only
:
-
master
-
branches
-
tags
docker.gitlab-ci.yml
View file @
8bc7e1f9
...
...
@@ -41,7 +41,6 @@ docker_snapshot:
-
export LAST="snapshot"
only
:
-
master
-
branches
docker_release
:
extends
:
.docker_deploy
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment