From c9c5e431c6a0ac8007c544676099da96ec18be81 Mon Sep 17 00:00:00 2001
From: yyvf <yyvf@pm.me>
Date: Sun, 30 Mar 2025 13:44:06 -0300
Subject: [PATCH] chore: remove devbox

---
 .gitlab-ci.yml |  2 +-
 devbox.json    | 18 ------------------
 2 files changed, 1 insertion(+), 19 deletions(-)
 delete mode 100644 devbox.json

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c9c53a..2412f38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ build:
     entrypoint: [""]
   script:
     - echo "{\"auths\":{\"harbor.c3sl.ufpr.br\":{\"username\":\"$HARBOR_USER\",\"password\":\"$HARBOR_PASSWORD\"}}}" > /kaniko/.docker/config.json
-    - /kaniko/executor --single-snapshot --snapshot-mode=redo --use-new-run --context . --destination harbor.c3sl.ufpr.br/root/docs --cache=true --compressed-caching=false --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
+    - /kaniko/executor --single-snapshot --snapshot-mode=redo --use-new-run --context . --destination harbor.c3sl.ufpr.br/root/docs --cache=true --compressed-caching=true --dockerfile "${CI_PROJECT_DIR}/Dockerfile"
 
 deploy:
   stage: deploy
diff --git a/devbox.json b/devbox.json
deleted file mode 100644
index 8072789..0000000
--- a/devbox.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
-  "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.6/.schema/devbox.schema.json",
-  "packages": [
-    "nodePackages.postcss@8.5.3",
-    "nodePackages.autoprefixer@10.4.19",
-    "postcss-cli@latest"
-  ],
-  "shell": {
-    "init_hook": [
-      "echo 'Welcome to devbox!' > /dev/null"
-    ],
-    "scripts": {
-      "test": [
-        "echo \"Error: no test specified\" && exit 1"
-      ]
-    }
-  }
-}
-- 
GitLab