Skip to content

Commit

Permalink
test suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
bilindhajer committed Jul 28, 2023
1 parent 3b83556 commit c17d7d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 40 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/config.yml

This file was deleted.

1 change: 1 addition & 0 deletions bin/build-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

'use strict';

require('aws-sdk/lib/maintenance_mode_message').suppress = true;
const cloudfriend = require('..');
const argv = require('minimist')(process.argv.slice(2), {
default: { region: 'us-east-1' },
Expand Down
2 changes: 1 addition & 1 deletion bin/validate-template.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

'use strict';

require('aws-sdk/lib/maintenance_mode_message').suppress = true;
const cloudfriend = require('..');
const argv = require('minimist')(process.argv.slice(2), {
default: { region: 'us-east-1' },
Expand Down

0 comments on commit c17d7d1

Please sign in to comment.