Merge branch 'master' into moving_ci_to_github

This commit is contained in:
Jose Enrique Hernandez
2022-04-25 16:32:09 -04:00
committed by GitHub
133 changed files with 388240 additions and 321825 deletions
-4
View File
@@ -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
+1 -1
View File
@@ -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