Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from SUSE/update-release-pipeline
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
Irfan Habib committed Oct 31, 2017
2 parents f4c1e4a + e35bbc7 commit 9fefdc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion deploy/ci/console-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ jobs:
params:
DOCKER_USERNAME: {{docker-username}}
DOCKER_PASSWORD: {{docker-password}}
BASE_IMAGE: sle_12
BASE_IMAGE: {{staging-repo-base-image-tag}}
STAGING_REPOSITORY: {{staging-repository}}
STAGING_REPOSITORY_USERNAME: {{staging-repository-username}}
STAGING_REPOSITORY_PASSWORD: {{staging-repository-password}}
- put: helm-chart-values-sle
params:
file: helm-build/values.yaml-*
Expand Down
2 changes: 2 additions & 0 deletions deploy/ci/tasks/release/build-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ run:
"insecure-registries":["${STAGING_REPOSITORY}"]
}
EOF
docker login -u ${STAGING_REPOSITORY_USERNAME} -p ${STAGING_REPOSITORY_PASSWORD} ${STAGING_REPOSITORY}
fi
source /docker-lib.sh
start_docker
ROOT_DIR=${PWD}
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DOCKER_ORG=splatform
BASE_IMAGE_TAG=opensuse
TAG=$(date -u +"%Y%m%dT%H%M%SZ")

while getopts ":ho:r:t:dTclb" opt; do
while getopts ":ho:r:t:dTclb:" opt; do
case $opt in
h)
echo
Expand Down

0 comments on commit 9fefdc8

Please sign in to comment.