Skip to content

Commit

Permalink
Set absolute path to ci-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
feelepxyz committed Apr 1, 2021
1 parent bd09c96 commit 6300b4d
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion bundler/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion cargo/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion common/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion composer/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion dep/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion docker/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion elm/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion git_submodules/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion github_actions/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion go_modules/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion gradle/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion hex/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion maven/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion npm_and_yarn/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion nuget/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion omnibus/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion python/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down
2 changes: 1 addition & 1 deletion terraform/script/ci-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

../script/ci-setup
/home/dependabot/dependabot-core/script/ci-setup

bundle install
bundle exec rubocop .
Expand Down

0 comments on commit 6300b4d

Please sign in to comment.