Skip to content

Commit

Permalink
remove failing deploy job on CentOS 6 (machine environment needs fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffamstutz committed Jun 2, 2016
1 parent a8682c6 commit d66165b
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,26 @@ build-windows-msvc:

### RELEASE JOBS ###

release-linux-gcc:
type: deploy
script:
- module load gcc
- export CC=gcc
- export CXX=g++
- export OSPRAY_RELEASE_NO_VERIFY=1
- scripts/release/linux.sh
tags:
- gcc
- release
- centos6
only:
- devel
- master
artifacts:
paths:
- build_release/*.gz
# NOTE(jda) - Current CentOS 6 release machine needs gcc environment
# debugged
#release-linux-gcc:
# type: deploy
# script:
# - module load gcc
# - export CC=gcc
# - export CXX=g++
# - export OSPRAY_RELEASE_NO_VERIFY=1
# - scripts/release/linux.sh
# tags:
# - gcc
# - release
# - centos6
# only:
# - devel
# - master
# artifacts:
# paths:
# - build_release/*.gz

release-linux-icc:
type: deploy
Expand Down

0 comments on commit d66165b

Please sign in to comment.