Skip to content
Snippets Groups Projects
Commit fd754b92 authored by Sean Fredrick Cruz's avatar Sean Fredrick Cruz
Browse files

Test the Final Pipeline

parent a6891293
No related branches found
No related tags found
No related merge requests found
Pipeline #67555 passed with stages
in 1 minute and 38 seconds
......@@ -39,7 +39,7 @@ function App() {
setTasks([...tasks, data]);
setNewTask({ title: '', description: '' });
} catch (err) {
setError('Failed to create tasks');
setError('Failed to create taskssss');
}
};
......
......@@ -4,7 +4,7 @@ global:
# Frontend configuration
frontend:
replicaCount: 2
replicaCount: 3
image:
repository: frontend
tag: latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment