Changeset ec867f04 in sasview
- Timestamp:
- Feb 18, 2019 5:57:58 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
- Children:
- 34c1352
- Parents:
- 79d3025
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/jenkins_ubuntu_build.sh
r8e76e49 rec867f04 64 64 tar czvf SasView.tar.gz SasView 65 65 66 #Ymls storage 67 cd $WORKSPACE 68 conda env export > env-build.yml 69 conda list --explicit > explicit.yml 70 71 a='/home/sasview/logs/' 72 b='_env_build.yml' 73 DEST_FILE=$a$BUILD_NUMBER$b 74 cp env-build.yml $DEST_FILE
Note: See TracChangeset
for help on using the changeset viewer.