Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
balance_tracker
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
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
hive
balance_tracker
Merge requests
!93
CI and Dockerisation rewrite
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI and Dockerisation rewrite
kbotor/ci-rewrite
into
develop
Overview
0
Commits
1
Pipelines
25
Changes
17
Merged
Konrad Botor
requested to merge
kbotor/ci-rewrite
into
develop
11 months ago
Overview
0
Commits
1
Pipelines
25
Changes
3
Expand
Depends on
common-ci-configuration!45 (merged)
0
0
Merge request reports
Compare
version 7
version 20
c388c0d8
6 months ago
version 19
dfa32965
10 months ago
version 18
7a5fb852
10 months ago
version 17
9b6a885a
11 months ago
version 16
26d8b67e
11 months ago
version 15
b1857c12
11 months ago
version 14
93279d3a
11 months ago
version 13
0cfdb7ba
11 months ago
version 12
f1e5cc6b
11 months ago
version 11
fb0de390
11 months ago
version 10
e4d1806f
11 months ago
version 9
c4a2066a
11 months ago
version 8
c94d2097
11 months ago
version 7
d0f11f00
11 months ago
version 6
06adc6bd
11 months ago
version 5
0d7e3d03
11 months ago
version 4
9adbdf10
11 months ago
version 3
16c81216
11 months ago
version 2
8180de4c
11 months ago
version 1
a7f5005a
11 months ago
develop (base)
and
version 8
latest version
9d1cf1a3
1 commit,
6 months ago
version 20
c388c0d8
1 commit,
6 months ago
version 19
dfa32965
1 commit,
10 months ago
version 18
7a5fb852
1 commit,
10 months ago
version 17
9b6a885a
1 commit,
11 months ago
version 16
26d8b67e
1 commit,
11 months ago
version 15
b1857c12
3 commits,
11 months ago
version 14
93279d3a
2 commits,
11 months ago
version 13
0cfdb7ba
1 commit,
11 months ago
version 12
f1e5cc6b
12 commits,
11 months ago
version 11
fb0de390
11 commits,
11 months ago
version 10
e4d1806f
10 commits,
11 months ago
version 9
c4a2066a
9 commits,
11 months ago
version 8
c94d2097
8 commits,
11 months ago
version 7
d0f11f00
7 commits,
11 months ago
version 6
06adc6bd
6 commits,
11 months ago
version 5
0d7e3d03
5 commits,
11 months ago
version 4
9adbdf10
4 commits,
11 months ago
version 3
16c81216
3 commits,
11 months ago
version 2
8180de4c
2 commits,
11 months ago
version 1
a7f5005a
1 commit,
11 months ago
Show latest version
3 files
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
scripts/ci-helpers/start-ci-test-environment.sh
+
1
−
1
Options
@@ -81,6 +81,6 @@ IFS=" " read -ra COMPOSE_OPTIONS <<< "$COMPOSE_OPTIONS_STRING"
echo
"Docker Compose options:
${
COMPOSE_OPTIONS
[*]
}
"
docker compose
"
${
COMPOSE_OPTIONS
[@]
}
"
config |
tee
docker-compose-config.yml.log
timeout
-s
INT
-k
1m
7
0m docker compose
"
${
COMPOSE_OPTIONS
[@]
}
"
up
--detach
--quiet-pull
timeout
-s
INT
-k
1m
5
0m docker compose
"
${
COMPOSE_OPTIONS
[@]
}
"
up
--detach
--quiet-pull
popd
\ No newline at end of file
Loading