Skip to content

Commit

Permalink
chore: rename stack module
Browse files Browse the repository at this point in the history
  • Loading branch information
pflorek committed Nov 9, 2021
1 parent ab5ecd3 commit 18c3624
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { App } from "@aws-cdk/core";
import { GitlabRunnerStack } from "./cdk-gitlab-runner-stack";
import { GitlabRunnerStack } from "./gitlab-runner-stack";

const prodEnv = {
account: process.env.CDK_DEFAULT_ACCOUNT,
Expand Down
2 changes: 1 addition & 1 deletion test/gitlab-runner-stack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { App, Stack } from "@aws-cdk/core";
import {
GitlabRunnerStack,
GitlabRunnerStackProps,
} from "../src/cdk-gitlab-runner-stack";
} from "../src/gitlab-runner-stack";

test("gitlab-runner", () => {
const app = new App();
Expand Down

0 comments on commit 18c3624

Please sign in to comment.