-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use latest versions of plugin-core, terrator and
githubator plugins
- Loading branch information
1 parent
d6b7e2d
commit c0ac49e
Showing
6 changed files
with
1,472 additions
and
1,613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -159,8 +159,8 @@ jobs: | |
run: | | ||
npm install -g [email protected] && \ | ||
npm ci && \ | ||
npm run plugin:install -- repository-name="githubator-plugin" repository-url="https://github.com/ditrit/githubator-plugin.git#0.2.5" && \ | ||
npm run plugin:install -- repository-name="terrator-plugin" repository-url="https://github.com/ditrit/terrator-plugin.git#0.7.0" && \ | ||
npm run plugin:install -- repository-name="githubator-plugin" repository-url="https://github.com/ditrit/githubator-plugin.git#0.3.0" && \ | ||
npm run plugin:install -- repository-name="terrator-plugin" repository-url="https://github.com/ditrit/terrator-plugin.git#0.7.1" && \ | ||
npm run plugin:init && \ | ||
docker build -t leto-modelizer -f DockerfileE2E . | ||
- name: Run application | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[ | ||
{ | ||
"name": "terrator-plugin", | ||
"url": "https://github.com/ditrit/terrator-plugin.git#0.7.0", | ||
"version": "0.7.0" | ||
"url": "https://github.com/ditrit/terrator-plugin.git#0.7.1", | ||
"version": "0.7.1" | ||
}, | ||
{ | ||
"name": "githubator-plugin", | ||
"url": "https://github.com/ditrit/githubator-plugin.git#0.2.5", | ||
"version": "0.2.5" | ||
"url": "https://github.com/ditrit/githubator-plugin.git#0.3.0", | ||
"version": "0.3.0" | ||
} | ||
] |
Oops, something went wrong.