Project

General

Profile

« Previous | Next » 

Revision a283892e

Added by Andreas Kohlbecker almost 8 years ago

#4979 better commit before you push ;-)

View differences:

modules/cdm_dataportal/jenkins-ci/release-prepare.sh
5 5
# Performes preparation tasks for the release of the cdm-dataportal project:
6 6
# 
7 7
# 1. compile the SASS code to css without development features
8
# 2. commit and push the the production ready css
8
# 2. commit and push the the production level css
9 9
#
10 10
###############################################################################
11 11

  
......
35 35
compass clean $WORKSPACE/themes/zen_dataportal/
36 36
compass compile $WORKSPACE/themes/zen_dataportal/
37 37

  
38
git add -A $WORKSPACE/themes/zen_dataportal/css/
39
git commit -m "release-preparation: production level css"
40

  
38 41
git push origin release/$VERSION
39 42

  
40 43

  

Also available in: Unified diff