Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 006082b

Browse files
Pass SKIP_LINT into docker run
1 parent a735fd2 commit 006082b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ docker run \
1717
-e "SKIP_CORE=1" \
1818
-e RUBY_ONLY \
1919
-e JS_ONLY \
20+
-e SKIP_LINT \
2021
-e TRAVIS \
2122
-e SINGLE_PLUGIN=$plugin_name \
2223
-v $(pwd):/var/www/discourse/plugins/$plugin_name \
23-
discourse/discourse_test:release
24+
discourse/discourse_test:release

0 commit comments

Comments
 (0)