Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
fast: wallarm/fast@0.1.0
fast: wallarm/fast@1.1.0
jobs:
build:
machine:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# README

Example of integration Wallarm FAST with the rails app using FAST orb (plugin for CircleCI).
Example of integration Wallarm FAST with the rails app using FAST orb (plugin for CircleCI)).

Orb is described here:
https://circleci.com/orbs/registry/orb/wallarm/fast
Expand Down Expand Up @@ -42,4 +42,4 @@ https://circleci.com/gh/wallarm/fast-examples-rails/tree/orb_example
## Previous versions

In previous versions could be vary key principles which are used to integrate FAST with ci/cd processes.
Please read releases page.
Please read releases page.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
"name": "fast-examples-rails",
"private": true,
"dependencies": {}

}