Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: devfile/registry-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f446032d2c91b919bede988ef1025778d128b01
Choose a base ref
..
head repository: devfile/registry-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23e5a4968f1686171cd89016d7c1b7a175a76c19
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 build-tools/update_devfiles_offline.sh
4 changes: 4 additions & 0 deletions build-tools/update_devfiles_offline.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/bash

# This script will modify the devfiles in each stack to use offline resources.
# Stack devfiles will not be modified if there are no starterProjects or if the
# staterProjects have already been modified.
# - starterProjects will be commented out and replaced with a zip block with
# the location to the offline project in the stack root

# Path of stacks directory in the registry
STACKS_DIR=/registry/stacks