Skip to content

Commit

Permalink
Refactor workspace configuration to add AWS image pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Feb 4, 2025
1 parent 2ddabf4 commit 8397944
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions linux-images.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"folders": [
{
"path": "../linux-image-pipeline"
},
{
"path": "../image-pipeline-ansible-playbooks"
},
{
"path": ".",
"name": "aws-image-pipeline"
},
{
"path": "../terraform-aws-image-pipeline"
},
{
"path": "../image-pipeline-goss-testing"
}
],
"settings": {
}
}

0 comments on commit 8397944

Please sign in to comment.