Skip to content
Snippets Groups Projects
Commit 4df4fce1 authored by FarawayVision's avatar FarawayVision
Browse files

CI: more bundle fixes

parent 0cbd97af
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ bundle_offline_package:
tags:
- production
script:
- zip -qr spnati-offline.zip ./ -x ./.git
- zip -qr spnati-offline.zip ./* -x ./.git
- mv ./spnati-offline.zip /opt/spnati-bundles
only:
- master@spnati/spnati
......@@ -31,7 +31,7 @@ bundle_online_package:
- production
script:
- bash ./prepare-online.sh
- zip -qr spnati-online.zip ./.public
- zip -qr spnati-online.zip ./.public/*
- mv ./spnati-online.zip /opt/spnati-bundles
only:
- master@spnati/spnati
\ No newline at end of file
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