Skip to content

Commit

Permalink
using template from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
glichtner committed Nov 20, 2023
1 parent a5bdbe9 commit 2c215c2
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 1,561 deletions.
3 changes: 3 additions & 0 deletions _updatePublisher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,16 @@ if [[ $skipPrompts == true ]] || [[ $response =~ ^[yY].*$ ]]; then

curl -L $gencont_sh_url -o /tmp/_gencontinuous.new
cp /tmp/_gencontinuous.new _gencontinuous.sh
chmod +x _gencontinuous.sh
rm /tmp/_gencontinuous.new

curl -L $gen_sh_url -o /tmp/_genonce.new
cp /tmp/_genonce.new _genonce.sh
chmod +x _genonce.sh
rm /tmp/_genonce.new

curl -L $update_sh_url -o /tmp/_updatePublisher.new
cp /tmp/_updatePublisher.new _updatePublisher.sh
chmod +x _updatePublisher.sh
rm /tmp/_updatePublisher.new
fi
62 changes: 0 additions & 62 deletions celida-template/content/assets/css/celida.css

This file was deleted.

42 changes: 0 additions & 42 deletions celida-template/content/assets/css/colors.css

This file was deleted.

Loading

0 comments on commit 2c215c2

Please sign in to comment.