Skip to content

Commit

Permalink
To trigger refactored workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sulhicader committed Feb 12, 2024
1 parent 158e1b6 commit 9080025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ build-apps: ## Prepare apps for HAC upload.
$(SED) -i -r -e "s#^@app\(('|\")(.*)('|\")(.*)#@app\('/'\4#" py/tmp/tour/examples/tour.py
$(SED) -i -r -e "s#^@app\(('|\")(.*)('|\")(.*)#@app\('/'\4#" py/tmp/theme-generator/theme_generator.py
for app in py/tmp/*; do cd $$app && zip -r ../../../build/apps/wave-`basename $$app`/`basename $$app`-$(VERSION).wave * && cd -; done
rm -rf py/tmp
cd studio && $(MAKE) build
cd university && $(MAKE) build

Expand Down

0 comments on commit 9080025

Please sign in to comment.