Commit c95ef8fc authored by nanahira's avatar nanahira

change depth to 100 for packing

parent b37b84e9
......@@ -3,7 +3,7 @@ stages:
- deploy
variables:
# GIT_DEPTH: "1"
GIT_DEPTH: "1"
LAST_UPDATE_DATE: "2020.6.11"
CURRENT_UPDATE_DATE: "2020.6.21"
......@@ -50,6 +50,8 @@ pack:
tags:
- linux
image: mono
variables:
GIT_DEPTH: "100"
script:
- sed -i '/mono-project.com/d' /etc/apt/sources.list /etc/apt/sources.list.d/*
- apt update && apt -y install p7zip-full wget git
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment