Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Open Source Software
Zipr Backend
Compare revisions
f2df6cb2a4fc2a9bfe3770df9d19c47542564fd3 to cc208f74617bd3eebd467bcaff894309f728616d
Project 'allzp/zipr' was moved to 'opensrc/zipr-be'. Please update any links and bookmarks that may still have the old path.
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
opensrc/zipr-be
Select target project
No results found
cc208f74617bd3eebd467bcaff894309f728616d
Select Git revision
Swap
Target
opensrc/zipr-be
Select target project
No results found
f2df6cb2a4fc2a9bfe3770df9d19c47542564fd3
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
removed auto-update of ps_umbrella
· cc208f74
Jason Hiser
authored
6 years ago
cc208f74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-13
14 additions, 13 deletions
.gitlab-ci.yml
with
14 additions
and
13 deletions
.gitlab-ci.yml
View file @
cc208f74
...
...
@@ -71,17 +71,18 @@ internal-tests:
-
"
for
i
in
*.exe;
do
./$i;
done"
update-ps
:
stage
:
deploy
only
:
refs
:
-
master
when
:
on_success
tags
:
-
zipr
script
:
-
"
cd
$CICD_MODULE_WORK_DIR/peasoup_umbrella"
-
"
git
add
zipr"
-
"
git
commit
-m
\"
submod
automatic
update
from
zipr
update-ps
job
on
$(date)
\"
"
-
"
git
push"
# updating ps-analyze is now done nightly.
#update-ps:
# stage: deploy
# only:
# refs:
# - master
# when: on_success
# tags:
# - zipr
# script:
# - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella"
# - "git add zipr"
# - "git commit -m \"submod automatic update from zipr update-ps job on $(date)\" "
# - "git push"
This diff is collapsed.
Click to expand it.