Merge branch 'master' into moving_ci_to_github
This commit is contained in:
@@ -16,8 +16,6 @@ jobs:
|
||||
ruby-version: 2.7
|
||||
bundler-cache: true
|
||||
|
||||
|
||||
|
||||
- name: Generate and commit unique GUIDs for each atomic test
|
||||
run: |
|
||||
bin/generate-guids.rb
|
||||
@@ -41,7 +39,6 @@ jobs:
|
||||
git push -u origin $GITHUB_REF_NAME
|
||||
fi
|
||||
|
||||
|
||||
- name: generate markdown docs for atomics
|
||||
run: |
|
||||
bin/generate-atomic-docs.rb
|
||||
@@ -58,7 +55,6 @@ jobs:
|
||||
git config credential.helper 'cache --timeout=120'
|
||||
git config user.email "<email>"
|
||||
git config user.name "Atomic Red Team doc generator"
|
||||
|
||||
git add atomics
|
||||
git commit -am "ci/cd generated docs from job=$GITHUB_JOB branch=$GITHUB_REF_NAME [ci skip]"
|
||||
git push -u origin $GITHUB_REF_NAME
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: setup ruby
|
||||
- uses: ruby/setup-ruby@v1
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.7
|
||||
bundler-cache: true
|
||||
|
||||
Reference in New Issue
Block a user