From 72fa8f3b807b05c39890d198c40584438f8b7a76 Mon Sep 17 00:00:00 2001 From: Selim Gozel Date: Mon, 28 Apr 2025 17:37:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c26e168..4f7331a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,11 +3,9 @@ stages: upload_to_server: stage: build - image: wiimarorg-updater:latest + image: wiimartorg-updater:latest tags: - shell - script: - - ls / - - ls /opt - - ./opt/WiiMartOrgSender.sh \ No newline at end of file + - ls /stuff + - /stuff/WiiMartOrgSender.sh \ No newline at end of file