Skip to content

Commit

Permalink
Update webbpsf data location in Jenkins. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
schlafly authored Aug 29, 2023
1 parent 9e46dcb commit 61f07ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileRT_dev
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pipeline {
stage('Test') {
steps {
sh("mkdir ${WORKSPACE}/data")
sh("curl -L https://stsci.box.com/shared/static/t90gqazqs82d8nh25249oq1obbjfstq8.gz -o ${WORKSPACE}/data/webbpsf-data.tar.gz")
sh("curl -L https://stsci.box.com/shared/static/0ojjfg3cieqdpd18vl1bjnpe63r82dx8.gz -o ${WORKSPACE}/data/webbpsf-data.tar.gz")
sh("tar -xzvf ${WORKSPACE}/data/webbpsf-data.tar.gz -C ${WORKSPACE}/data")
sh("mkdir ${WORKSPACE}/data/galsim-data")
sh("curl -L https://github.com/GalSim-developers/GalSim/raw/releases/2.4/examples/data/real_galaxy_catalog_23.5_example.fits -o ${WORKSPACE}/data/galsim-data/real_galaxy_catalog_23.5_example.fits")
Expand Down

0 comments on commit 61f07ab

Please sign in to comment.