Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb-backend-go
Commits
ddd43f4d
Commit
ddd43f4d
authored
Jan 21, 2021
by
Sonja Happ
Browse files
CI: disable kaniko cache,
parent
6db03730
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ddd43f4d
...
...
@@ -108,7 +108,5 @@ deploy:
--dockerfile ${CI_PROJECT_DIR}/Dockerfile
--destination ${DOCKER_IMAGE}:${DOCKER_TAG}
--snapshotMode=redo
--cache=true
--cache-ttl=12h
dependencies
:
-
test
configuration/config.go
View file @
ddd43f4d
...
...
@@ -83,13 +83,13 @@ func InitConfig() error {
"s3.region"
:
*
s3Region
,
}
if
*
s3NoSSL
{
if
*
s3NoSSL
==
true
{
static
[
"s3.nossl"
]
=
"true"
}
else
{
static
[
"s3.nossl"
]
=
"false"
}
if
*
s3PathStyle
{
if
*
s3PathStyle
==
true
{
static
[
"s3.pathstyle"
]
=
"true"
}
else
{
static
[
"s3.pathstyle"
]
=
"false"
...
...
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