Skip to content

Commit f487112

Browse files
committed
script debugging 2
1 parent d13f7c7 commit f487112

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create_archive_and_notes.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15+
echo "hit 15"
1516

1617
set -o errexit -o nounset -o pipefail
1718

1819
set -x
1920

21+
echo "hit 20"
2022
# Exclude dot directories, specifically, this file so that we don't
2123
# find the substring we're looking for in our own file.
2224
# Exclude CONTRIBUTING.md, RELEASING.md because they document how to use these strings.

0 commit comments

Comments
 (0)