From 9b92115ac354734676fd5ef3410ec33e6f3d4347 Mon Sep 17 00:00:00 2001 From: administrator Date: Sun, 22 Feb 2026 06:19:34 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bf3c58ac..e40d0a89 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,7 +22,6 @@ steps: - mkdir -p /opt/build - cd /opt/build - git clone http://38.47.180.165:3000/mediahub/mediahub-fe.git - - git checkout $DRONE_BRANCH - name: build image when: @@ -30,6 +29,7 @@ steps: - dev-sabda-v2 - prod commands: + - git checkout $DRONE_BRANCH - docker login 38.47.180.165:3000 -u administrator -p HarborDockerImageRep0 - cd /opt/build/mediahub-fe - docker build -t 38.47.180.165:3000/mediahub/mediahub-fe:$DRONE_BRANCH .