Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
turbo
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Show more breadcrumbs
Open Source Software
turbo
Commits
6c1a0e0a
Commit
6c1a0e0a
authored
3 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
Update set_env_var to specify the zipr install path properly
parent
79a76182
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Resolve "Job Failed #170469"
Pipeline
#12734
passed
3 years ago
Stage: clean
Stage: build
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cicd_testing/turbo_docker/start_turbo.sh
+1
-1
1 addition, 1 deletion
cicd_testing/turbo_docker/start_turbo.sh
set_env_vars
+1
-0
1 addition, 0 deletions
set_env_vars
zafl
+1
-1
1 addition, 1 deletion
zafl
with
3 additions
and
2 deletions
cicd_testing/turbo_docker/start_turbo.sh
+
1
−
1
View file @
6c1a0e0a
...
...
@@ -6,7 +6,7 @@ main()
service postgresql start
# wait for postres to start
while
!
pg_isready
;
do
sleep
1
;
done
;
while
!
pg_isready
;
do
sleep
1
;
done
;
# setup connections and env for turbod and prepd
...
...
This diff is collapsed.
Click to expand it.
set_env_vars
+
1
−
0
View file @
6c1a0e0a
...
...
@@ -12,6 +12,7 @@ if [ -z "$TURBO_INSTALL" ]; then
fi
fi
export PS_INSTALL=$TURBO_INSTALL/zipr
export ZAFL_INSTALL=$TURBO_INSTALL/zafl
cd $TURBO_HOME/zipr; source ./set_env_vars
...
...
This diff is collapsed.
Click to expand it.
zafl
@
fd1260ad
Compare
a5b44bc9
...
fd1260ad
Subproject commit
a5b44bc9975b914ae7dd5d36e5b9f3f9dff2a2a4
Subproject commit
fd1260adbf3eed374d6a5b74995a1323574136c5
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