Skip to content

Commit

Permalink
Micro-tweak to jwebbinar post-start-hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jaytmiller committed Sep 19, 2023
1 parent 6819b6f commit e3ee29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/jwebbinar/environments/post-start-hook
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HUB_FLAG=${1:-"on-hub"}

TIMESTAMP=`date +%Y-%m-%d.%H%M%S`
mkdir -p ~/archive/$TIMESTAMP/
mv ~/jwebb_prep/ ~/archive/$TIMESTAMP/ || true
mv ~/jwebbinar_prep/ ~/archive/$TIMESTAMP/ || true

git clone -b current_webbinar https://github.com/spacetelescope/jwebbinar_prep
/opt/common-scripts/set-notebook-kernel jwebbinar jwebbinar_prep/**/**/*.ipynb || true
Expand Down

0 comments on commit e3ee29e

Please sign in to comment.