Skip to content

Commit 59ebf52

Browse files
committed
print env
1 parent 3707603 commit 59ebf52

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ env:
2121
${{ github.workspace }}/packages/ember/instance-initializers
2222
${{ github.workspace }}/packages/serverless/dist-awslambda-layer/*.zip
2323
24-
BUILD_CACHE_KEY: ${{ github.sha }}
24+
# BUILD_CACHE_KEY: ${{ github.sha }}
25+
BUILD_CACHE_KEY: ${{ "kmclb-test" }}
2526

2627
jobs:
2728
job_install_deps:

packages/ember/config/ember-try.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
const getChannelURL = require('ember-source-channel-url');
44
const { embroiderSafe } = require('@embroider/test-setup');
55

6+
console.log(process.env.sort());
7+
68
module.exports = async function() {
79
return {
810
useYarn: true,

0 commit comments

Comments
 (0)