Skip to content

Cloud-Schematics/catalog-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions for generating a release:

  1. Merge PR with changes into main branch
  2. Generate a new GIT release from main branch
  3. Checkout latest repo contents from main branch
  4. Run the following command:
for folder in $(ls -d */ | tr -d /)
do
        cd $folder
        COPYFILE_DISABLE=1 tar --numeric-owner -czvf ../${folder}.tgz *
        cd ..
done
  1. Upload the generated files to the release created in step 2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages