Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchalla committed Jan 18, 2019
1 parent 462ddb2 commit ddd26b0
Show file tree
Hide file tree
Showing 4 changed files with 1,839 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ bundle:
ifneq ($(HAS_SERVER),)
mkdir -p dist/$(PLUGIN_ID)/server/dist;
cp -r server/dist/* dist/$(PLUGIN_ID)/server/dist/;
cp server/test/sample_script.yml dist/$(PLUGIN_ID)/server/dist/script.yml;
cp server/test/demo_scripts.yml dist/$(PLUGIN_ID)/server/dist/script.yml;
cp server/test/mattermost_logo.jpg dist/$(PLUGIN_ID)/server/dist/mattermost_logo.jpg;
endif
ifneq ($(HAS_WEBAPP),)
Expand Down
2 changes: 1 addition & 1 deletion server/demo/script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func Test_LoadScriptsFromFile(t *testing.T) {
filepath := "../test/sample_script.yml"
filepath := "../test/demo_scripts.yml"
scripts, err := demo.LoadScriptsFromFile(filepath)

if err != nil {
Expand Down
Loading

0 comments on commit ddd26b0

Please sign in to comment.