Commit 08269f43 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Stupid flags

parent b413fd19
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -146,6 +146,8 @@ translate_schemas:
    - DIFF=$(git diff)
    - if [ ! -z "$DIFF" ]; then echo "Changes detected"; fi 
#    - if [ ! -z "$DIFF" ]; then git checkout -b branch-${CI_JOB_ID}; git add file.yaml && git commit -m "Updated file.yaml" && git push -o ci.skip origin branch-${CI_JOB_ID}:${CI_COMMIT_REF_NAME}; fi 
  tags:
    - docker

generate_artefacts:
  image: "forge.etsi.org:5050/li/schemas-definitions/forgelib"