Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bdd639f authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

add ; in if statement

parent 4a966ded
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,6 +30,6 @@ build-tag:
    TARGET: "selfhost-privacy"
  stage: build
  script:
    - if [ "$CI_COMMIT_TAG" == "selfhost" ]; then export TARGET="selfhost" fi
    - if [ "$CI_COMMIT_TAG" == "selfhost" ]; then export TARGET="selfhost"; fi
    - docker build --target $TARGET --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG" .
    - docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_TAG"