Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
d1ccb011
Commit
d1ccb011
authored
Jun 21, 2018
by
BAIRE Anthony
Browse files
replace occurences of fig with docker-compose
(not working if 'fig' is implemented as a shell alias)
parent
e8388336
Changes
2
Show whitespace changes
Inline
Side-by-side
bootstrap
View file @
d1ccb011
...
...
@@ -41,7 +41,7 @@ install_secrets()
if
[
-f
"
$src
"
]
&&
[
-d
"
`
dirname
"
$dst
"
`
"
]
&&
!
cmp
-s
"
$src
"
"
$dst
"
;
then
echo
"Install tokens certificate as
$dst
/tokens.crt"
cp
"
$src
"
"
$dst
"
fig
restart dev-registry
docker-compose
restart dev-registry
fi
}
...
...
shell
View file @
d1ccb011
...
...
@@ -15,5 +15,5 @@ if [ -z "$CTR" ] ; then
fi
set
-ex
fig
up
-d
"
$CTR
"
docker-compose
up
-d
"
$CTR
"
docker
exec
-t
-i
$user
--
"
$CTR
"
/bin/bash
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment