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
ed256e9bd506ea15df7059c7f651371c77a1a5cd to f2df6cb2a4fc2a9bfe3770df9d19c47542564fd3
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
f2df6cb2a4fc2a9bfe3770df9d19c47542564fd3
Select Git revision
Swap
Target
opensrc/zipr-be
Select target project
No results found
ed256e9bd506ea15df7059c7f651371c77a1a5cd
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
removed exe so stale versions dont pass tests
· f2df6cb2
Jason Hiser
authored
6 years ago
f2df6cb2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
View file @
f2df6cb2
...
...
@@ -40,7 +40,7 @@ xform-ls:
-
"
cd
$CICD_MODULE_WORK_DIR/peasoup_umbrella"
-
"
source
set_env_vars"
-
"
cd
/tmp"
-
"
rm
-rf
ped_ls;
$PSZ
/bin/ls
./ls.rida
-c
rida=on
-s
meds_static=off
--tempdir
ped_ls
||
true"
-
"
rm
-rf
ls.rida
ped_ls;
$PSZ
/bin/ls
./ls.rida
-c
rida=on
-s
meds_static=off
--tempdir
ped_ls
||
true"
-
"
if
[[
!
-x
./ls.rida
]];
then
cat
ped_ls/logs/*;
fi"
-
"
rm
-rf
ped_ls"
-
"
./ls.rida"
...
...
@@ -54,7 +54,7 @@ xform-cat:
-
"
cd
$CICD_MODULE_WORK_DIR/peasoup_umbrella"
-
"
source
set_env_vars"
-
"
cd
/tmp"
-
"
rm
-rf
ped_cat;
$PSZ
/bin/ls
./cat.rida
-c
rida=on
-s
meds_static=off
--tempdir
ped_cat
||
true"
-
"
rm
-rf
cat.rida
ped_cat;
$PSZ
/bin/ls
./cat.rida
-c
rida=on
-s
meds_static=off
--tempdir
ped_cat
||
true"
-
"
if
[[
!
-x
./cat.rida
]];
then
cat
ped_ls/logs/*;
fi"
-
"
./cat.rida
/dev/null
"
-
"
"
...
...
This diff is collapsed.
Click to expand it.