Open ryanj opened 3 weeks ago
For each track:
instruqt track pull --force
git add . ; git commit -m 'pulling changes from instruqt'
track.yml
file. Set the sandbox_preset
to openshift-4-17
:
sed -i '' 's/^sandbox_preset: openshift-411/sandbox_preset: openshift-4-17/' track.yml
sed -i '' 's/crc-lgph7-master-0\.//g' 0?-*/assignment.md
git diff
instruqt track push
instruqt track open
git add . ; git commit -m 'moving track to OpenShift 4-17' ; git push origin master
Note any progress in the issue description (above): #323
NOTE: If you need to revert the changes, try running the following to reset the track back to step2:
git restore . ; instruqt track push
See: https://github.com/openshift-instruqt/instruqt/issues/325
Progress check:
Tracks using 4-11: https://play.instruqt.com/manage/openshift/sandbox-presets/preview/jg5m0c5bjj8c?tab=used-in Tracks using 4-17: https://play.instruqt.com/manage/openshift/sandbox-presets/preview/zxnpm7jianr1?tab=used-in