Skip to content

Commit

Permalink
fix: isolate testing to only include local code (#1594)
Browse files Browse the repository at this point in the history
Removes the aws and azure providers from the mock schema generation
test

This removes external dependecies on the testing where they aren't
required
  • Loading branch information
roleyfoley authored Mar 24, 2021
1 parent 529e539 commit 6944564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {

steps {
sh '''#!/usr/bin/env bash
hamlet -i mock -p shared -p aws -p azure schema create-schemas -o "${SCHEMA_OUTPUT_DIR}"
hamlet -i mock -p shared schema create-schemas -o "${SCHEMA_OUTPUT_DIR}"
'''
}
}
Expand Down

0 comments on commit 6944564

Please sign in to comment.