Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
74b19ccb
Commit
74b19ccb
authored
2 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
bugfix(release): job dependencies
parent
65681b29
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
gitlab-ci-free.yml
+1
-2
1 addition, 2 deletions
gitlab-ci-free.yml
gitlab-ci-shop.yml
+1
-2
1 addition, 2 deletions
gitlab-ci-shop.yml
includes/deploy.yml
+0
-1
0 additions, 1 deletion
includes/deploy.yml
with
2 additions
and
5 deletions
gitlab-ci-free.yml
+
1
−
2
View file @
74b19ccb
...
...
@@ -16,7 +16,6 @@ deploy to demo octolize:
when
:
on_success
update wpdesk plugins database
:
when
:
always
dependencies
:
needs
:
-
deploy to repository
This diff is collapsed.
Click to expand it.
gitlab-ci-shop.yml
+
1
−
2
View file @
74b19ccb
...
...
@@ -16,6 +16,5 @@ deploy to demo octolize:
when
:
on_success
update wpdesk plugins database
:
when
:
always
dependencies
:
needs
:
-
deploy to shop
This diff is collapsed.
Click to expand it.
includes/deploy.yml
+
0
−
1
View file @
74b19ccb
...
...
@@ -214,7 +214,6 @@ update wpdesk plugins database:
expire_in
:
1 week
paths
:
-
./description.txt
when
:
manual
only
:
-
tags
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment