Skip to content
Snippets Groups Projects

Remove frontend code for security_auto_fix with functionalities

Merged Zamir Martins requested to merge remove_frontend_code_for_security_auto_fix into master
All threads resolved!
Files
162
@@ -9,11 +9,11 @@ workflow:
@@ -9,11 +9,11 @@ workflow:
.ce:
.ce:
variables:
variables:
RELEASE: ${REGISTRY_HOST}/${REGISTRY_GROUP}/build/omnibus-gitlab-mirror/gitlab-ce:${CI_COMMIT_SHA}
RELEASE: "${REGISTRY_HOST}/${REGISTRY_GROUP}/build/omnibus-gitlab-mirror/gitlab-ce:${RELEASE_IMAGE_TAG}"
.ee:
.ee:
variables:
variables:
RELEASE: ${REGISTRY_HOST}/${REGISTRY_GROUP}/build/omnibus-gitlab-mirror/gitlab-ee:${CI_COMMIT_SHA}
RELEASE: "${REGISTRY_HOST}/${REGISTRY_GROUP}/build/omnibus-gitlab-mirror/gitlab-ee:${RELEASE_IMAGE_TAG}"
# ==========================================
# ==========================================
# Prepare stage
# Prepare stage
Loading