Skip to content
Snippets Groups Projects
Commit c9c5e431 authored by yyvf's avatar yyvf
Browse files

chore: remove devbox

parent d2f10627
No related branches found
No related tags found
No related merge requests found
Pipeline #41603 failed
......@@ -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
......
{
"$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"
]
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment