Closed ryanj closed 1 year ago
In order to enable enhanced automation features on the repo (#181) we're doing a bit of cleanup work.
The following standardization is planned for static assets:
/scripts
/assets/TRACK_SLUG/
Files that need to be moved can be found by running the following script from the root of the repo:
grep -sr raw.github . | grep -v katacoda | grep -v openshift-instruqt\/instruqt\/master\/assets | grep -v openshift-instruqt\/instruqt\/master\/scripts | grep openshift-instruqt\/instruqt\/master
Tagging these assets to make things simpler, see #188 for solution
In order to enable enhanced automation features on the repo (#181) we're doing a bit of cleanup work.
The following standardization is planned for static assets:
/scripts
folder/assets/TRACK_SLUG/
Files that need to be moved can be found by running the following script from the root of the repo: