Skip to content
Snippets Groups Projects
Commit cae47349 authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Added fake variables in order for the .gitlab-ci.yaml to be syntactically correct

parent c8d2bbb0
No related branches found
No related tags found
No related merge requests found
Pipeline #3267 passed
variables:
LOGLEVEL: DEBUG
TMP_DIRECTORY: /tmp
MINIO_SRC_ENDPOINT:
MINIO_SRC_ACCESS_KEY:
MINIO_SRC_SECRET_KEY:
MINIO_SRC_SECURE:
MINIO_DST_ENDPOINT:
MINIO_DST_ACCESS_KEY:
MINIO_DST_SECRET_KEY:
MINIO_DST_SECURE:
BUCKET_LIST:
MINIO_SRC_ENDPOINT: foo.bar
MINIO_SRC_ACCESS_KEY: foo.bar
MINIO_SRC_SECRET_KEY: foo.bar
MINIO_SRC_SECURE: foo.bar
MINIO_DST_ENDPOINT: foo.bar
MINIO_DST_ACCESS_KEY: foo.bar
MINIO_DST_SECRET_KEY: foo.bar
MINIO_DST_SECURE: foo.bar
BUCKET_LIST: foo.bar
SLEEP_TIME_IN_SECONDS: 5
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment