mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
Merge branch 'feature/KASM-5423-app-layers-schedules' into 'develop'
KASM-5423 fix app layer logic to be in sync with regular manifest and publish... Closes KASM-5423 See merge request kasm-technologies/internal/workspaces-images!177
This commit is contained in:
commit
355c47c922
@ -17,8 +17,12 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Determine if this is a rolling build
|
# Determine if this is a rolling build
|
||||||
if [[ "${CI_PIPELINE_SOURCE}" == "schedule" ]] || [[ "${IS_ROLLING}" == "true" ]]; then
|
if [[ "${SCHEDULED}" != "NO" ]]; then
|
||||||
SANITIZED_BRANCH=${SANITIZED_BRANCH}-rolling
|
if [[ "${SCHEDULE_NAME}" == "NO" ]]; then
|
||||||
|
SANITIZED_BRANCH=${SANITIZED_BRANCH}-rolling
|
||||||
|
else
|
||||||
|
SANITIZED_BRANCH=${SANITIZED_BRANCH}-rolling-${SCHEDULE_NAME}
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create workspace and base dockerfile
|
# Create workspace and base dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user